@charset "utf-8";

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Aldrich);

/*全体の設定
---------------------------------------------------------------------------*/
/*クリアフィックス
---------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
	display: inline-block;
}

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

input, textarea, select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
	text-align: center;
}
th{
	color:#000000;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000;	/*リンクテキストの色*/
	border-bottom: none;
}

a:hover {
	color: #333;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
	border-bottom: none;
	opacity: 0.8;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 1200px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダーh1タグ（サイト名ロゴ）
---------------------------------------------------------------------------*/
header {
	width: 1200px;
	height: 130px;
}

/*header h1 {
	font: 30px 'Aldrich', sans-serif;
	padding: 10px 0px 10px 20px;
}
*/
header h1 {
	font: 30px 'Aldrich', sans-serif;
	display: block;
	width: 500px;
	float: left;
}

header h1 a {
	color: #000;
	text-decoration: none;
}

/*上部のメインメニュー リーグ
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/

 #menubar_le {
	width: 980px;
	padding-top: 60px;
	padding-left: 570px;
}

 #menubar_le li a {
	display: block;
	border-radius: 5px;
	background-color:#000000;
	
	
	/*グラデーション　ここから
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.06, #ffd183), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -moz-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -o-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -ms-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: linear-gradient(to bottom, #fff 0%, #ffd183 6%, #ff9f00 100%);*/
	/*グラデーション　ここまで*/
	padding: 3px;
	text-decoration: none;
	color: #fff;
	width: 100px;
	margin: 1px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 200px;
	float: left;
	text-decoration: none;
	line-height: 40px;	/*行間*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}

/*マウスオン時の設定*/
 #menubar_le li a:hover {
	background-color: #fff;
	color: #000;
	opacity:1.2;
	border:solid #000000 ;
}
 *//*１個目のメニューの線の設定*/
 nav#menubar_le ul li:first-child {
 border-left: 1px solid rgba(255,255,255,0.3);
}

/*コンテンツ（main,sub,footerを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	padding-top: 20px;
}

/*メインコンテンツ リーグ　色を変えるため
---------------------------------------------------------------------------*/
#main_le {
	float: right;	/*左側に回り込み*/
	width: 880px;	/*メインコンテンツ幅*/
}

/*mainコンテンツのsectionの１階層下のh1タグと、company,service2,contact,recruitのarticleのh1タグの設定*/
#main_le section > h1, #main_le article > h1 {
	background-color: #000;	/*背景色*/
	border-radius: 4px;	/*角丸のサイズ*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 100%;
	color: #fff;
	padding: 3px 0px 3px 15px;
	margin-bottom: 5px;
	clear: both;
}

/*mainコンテンツの段落タグ設定*/
#main_le p {
	padding: 0.5em 10px 1em;
}

.le_img_right {
	float: right;
}

div#iframe iframe {
	text-align: center;
}
/*mainコンテンツのh3タグ設定*/


#main_le h3 {
	font-size: 100%;
	color: #000;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	border-left: 4px solid #f00;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #000;	/*下の線の幅、線種、色*/

}


#main_le h3.h3_ma{
	font-size: 100%;
	color: #000;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	border-left: 4px solid #f00;		/*左の線の幅、線種、色*/
	border-bottom: 1px solid #000;	/*下の線の幅、線種、色*/
	margin-top:50px;
}


div.point_ranking h3{
        color:#000;
        cursor:pointer;
}
div.point_ranking .sub_menu2 li {
	padding: 2px 10px 0;
	border: 1px solid #848181;
	font-size:14px;
	font-weight: bold;
	width: auto;
	height: auto;
	margin: -1px 0 0 30px;
	text-align:right;
}

div.point_ranking .sub_menu2 li a {
	color: #000;
	display: block;
}

/*サブコンテンツ　リーグ 色を変えるため
---------------------------------------------------------------------------*/
#sub_le {
	/*float: right;	右側に回り込み*/
	width: 300px;	/*サブコンテンツ幅*/
}

/*subコンテンツ内のh1タグ設定*/
#sub_le h1 {
	color: #fff;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 4px 4px 4px 4px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;
	padding: 5px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#000000;
	color:#fff;

/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.06, #ffd183), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -moz-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -o-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -ms-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: linear-gradient(to bottom, #fff 0%, #ffd183 6%, #ff9f00 100%);
*/}

/*subコンテンツの段落タグ設定*/
#sub_le p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:100px;
}

.main_menu {
	color: #fff;
	cursor: pointer;
	color: #9e9478;
}

.fss {
	font-size: 12px;
	line-height: 1.2em;
}

.fs {
	font-size: 16px;
	font-weight: bold;
}
.fsb {
	font-size: 18px;
	font-weight: bolder;
	color:#000000;
	text-align:center;
	line-height:1.4em;
}
.box1 {
	padding-bottom: 1px;
}

.red {
	color: #FB080C;
}

.fsb1 {
	font-size: 14px;
	color:#000000;
	text-align:center;
	line-height:1.6em;
}

/*サブコンテンツ内のul(関連情報メニュー)タグ　リーグ　色を変えるため
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
/*#sub ul {
	margin-bottom: 1em;
}
*//*メニュー１個ごとの設定*/
#sub_le ul li a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}

/*マウスオン時の設定*/
#sub_le ul li a:hover {
	background-color: #f0f0f0;
	color: #000;
	font-weight: bold;
}


/*sub,sideコンテンツ内のbox1設定*/
#sub .box1, #side .box1 {
	-webkit-box-shadow: 0px 0px 30px #ead98e inset;	/*内側への影。右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 0px 30px #ead98e inset;			/*同上*/
	border: 1px solid #baa651;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	clear: both;
}

/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul, #side h2 + ul, #sub h2 + .box1, #side h2 + .box1 {
	border-top: none;
}

/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul, #side .box1 > ul {
	margin-bottom: 0;
}

#sub .box1, #side .box1 p img {
	padding-bottom: -5px;
}


/*サブコンテンツ内の運営組織
---------------------------------------------------------------------------*/

#sub_le .lib1{
	background-color: #E0E0E0;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}


#sub_le .lib1 h2{
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.06, #ffd183), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -moz-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -o-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -ms-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: linear-gradient(to bottom, #fff 0%, #ffd183 6%, #ff9f00 100%);
*/	background-color:#000000;
	padding: 10px 0px;	/*上下、左右への余白*/
	color: #fff;	/*文字色*/
	border-radius: 5px 5px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	margin-bottom:20px;
}

#sub_le .lib1 h2 a{
	font-size: large;
	color:#fff;
	text-align: center;	/*文字をセンタリング*/
	text-decoration:none;
}


#sub_le .lib1 img{
	border:none;
}





/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
}

footer .pr {
	display: block;
	font-size: 80%;
}

footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 500px;
	padding-left: 10px;
	margin-bottom: 30px;
}

/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}

/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}

#new dd img {
	vertical-align: middle;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg img {
	border-radius: 6px;	/*画像の角を丸くする設定*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	margin-bottom: 10px;
}

#somenail {
	width: 660px;
	margin: 0 auto;
}

#somenail img {
	margin: 0 10px 5px 10px;
	float: left;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main_le section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	margin-bottom: 1em;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 2px #CCC, 0px 0px 1px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 1px 1px #FFF inset;	/*同上*/
	height: 315px;
}

/*ボックス内の段落タグ設定*/
#main_le section.list article p {
	padding: 0px;
	margin-left: 20px;	/*左の写真とのバランスをとって設定*/
}

/*ボックス内の写真設定*/
#main_le section.list article figure img {
	float: right;	/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;	/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}

/*ボックス内のh1タグ設定*/
#main_le section.list article h1 {
	font-size: 100%;
	border-bottom: 1px ridge #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.2em;
	color: #000;
	padding: 0px 0px 0px 5px;
}

/*リンク設定*/
#main_le section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

#main_le section.list article a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#000000;
	color:#000;
	background-color:#000000

/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa7b0), color-stop(0.84, #f60000), color-stop(0.58, #f60000), color-stop(0.00, #fd8f9b));
	background: -webkit-linear-gradient(top, #fd8f9b 0%, #f60000 57%, #f60000 84%, #ffa7b0 100%);
	background: -moz-linear-gradient(top, #fd8f9b 0%, #f60000 57%, #f60000 84%, #ffa7b0 100%);
	background: -o-linear-gradient(top, #fd8f9b 0%, #f60000 57%, #f60000 84%, #ffa7b0 100%);
	background: -ms-linear-gradient(top, #fd8f9b 0%, #f60000 57%, #f60000 84%, #ffa7b0 100%);
	background: linear-gradient(to bottom, #fd8f9b 0%, #f60000 57%, #f60000 84%, #ffa7b0 100%);
*/}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
/*	width: 100%;
	margin-top:100px;
*/}

.ta1, .ta1 td, .ta1 th {
	border: none; /*1px solid #CCC;	テーブルの枠線の幅、線種、色*/
	line-height: 1.4;
	text-align: left;
}

/*テーブル内の右側*/
.ta1 td {
	width: 150px;
	padding: 10px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th {
	width: 50px;
	padding: 10px;
	text-align: right;/*background-color: #f3f3f3;	背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}

/*テーブルのキャプション設定*/
.ta1 caption {
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	font-weight: bold;
}

/*submitボタンの設定*/
input[type="submit"], input[type="button"], input[type="reset"] {
	width: 200px;	/*ボタン幅*/
	padding: 5px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e9f7f6;	/*背景色*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
}

/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFF));
	background-image: -webkit-linear-gradient(#e3e3e3, #FFF);
	background-image: linear-gradient(#e3e3e3, #FFF);
}

#thrighttop {
	vertical-align: top;
	text-align: right;
}

#lespon_a {
	display: none;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dcdcdc;
}

.mb15, .mb1em {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}

.color1 {
	color: #000;
}
.color2 {
	color: #f00;
}
.pr {
	font-size: 10px;
}

.btn {
	font-size: 13px;
}

.wl {
	width: 96%;
}

.ws {
	width: 50%;
}

.c {
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

#menubar_hdr {
	display: none;
}

.champ {
	background-color: #000000;
	color: #F5ED07;
	font-size: 20px;
	font-weight: bolder;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;	/*角丸のサイズ*/
	margin-bottom: -10px;
	float: none;
}

.area {
	display: block;
	color: #F5ED07;
	background-color: #000000;
	text-align: center;
	width: 440px;
	float: left;
	font-size: 20px;
	border-radius: 5px;	/*角丸のサイズ*/
	margin-top: -10px;
}

.area span {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 20px 0 0;
}

.pt10 {
	padding-top: 10px;
}

div.clearfix img {
	float: left;
	padding: 0px;
	margin: 10px;
}

div.clearfix p {
	margin: 10px;
}
.indent {
	text-indent: 10em;
	line-height: 1em;
}
.chanp {
	width: 200px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1a62db), color-stop(0.00, #70b6f2));
background: -webkit-linear-gradient(#70b6f2, #1a62db);
background: -moz-linear-gradient(#70b6f2, #1a62db);
background: -o-linear-gradient(#70b6f2, #1a62db);
background: -ms-linear-gradient(#70b6f2, #1a62db);
background: linear-gradient(#70b6f2, #1a62db);
	border-radius: 4px;	/*角丸のサイズ*/
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 0.4em;
	padding-top: 10px;
	text-shadow: 2px 4px 3px #000;
}

.chanp1 {
	width: 260px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 1.0em;
	padding-top: 4px;
	text-shadow: 2px 4px 3px #7F7D7D;

}

.second2 {
	width: 430px;
	max-width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.second3 {
	width: 435px;
	max-width: 100%;
	float: left;
	font-size: 16px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.third2 {
	width: 214px;
	max-width: 100%;
	float: left;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

.fo {
	font-size: 18px;
}

.fo2 {
	font-size: 16px;
}

#gallery img {
	padding: 10px;
	padding-left: 40px;
}


/*img２列
---------------------------------------------------------------------------*/
.gallery2 img {
	width: 300px;
	padding: 10px;
	padding-left: 40px;
}

.pa_left {
	padding-left: 160px;
	clear:both;
}


.fs10{
	font-size:10px;
}
.second{
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
.sec{
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.f{
	font-size:16px;
	font-weight:bold;
	line-height:0.5em;
}
/*dj
---------------------------------------------------------------------------*/

.djbg2 {
	background-color: #B1CCE1;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.djbg3 {
	background-color: #B1CCE1;
	border-radius: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.djbg2, .djbg3 p {
	text-align: center;
}

img.djcen {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*contact
---------------------------------------------------------------------------*/


.box {
	width: 100%;
	text-align: center;
}

.con {
	width: 700px;
	text-align: center;
	margin: 0 auto;
}

.con, .con td, .con th {
	border: 1px solid #FFFFFF;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の右側*/
.con td {
	display: block;
	text-align: center;
}

/*テーブル内の左側の見出し部分*/
.con th {
	display: block;
	background-color: #B1CCE1;
	text-align: center;
	width: auto;
}

div .lib1 img {
	border: solid 1px;
}
.fsb18{
	font-size:18px;
	font-weight:bold;
}


/*2016概要の中
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/

 .menu {
	width: 980px;
	margin-bottom:50px;
}

 .menu li a {
	display: block;
	border-radius: 5px;
	background-color:#000000;
	
	
	/*グラデーション　ここから
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.06, #ffd183), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -moz-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -o-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -ms-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: linear-gradient(to bottom, #fff 0%, #ffd183 6%, #ff9f00 100%);*/
	/*グラデーション　ここまで*/
	padding: 2px;
	text-decoration: none;
	color: #fff;
	width: 100px;
	margin: 1px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	float: left;
	text-decoration: none;
	line-height: 30px;	/*行間*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}

/*マウスオン時の設定*/
 .menu li a:hover {
	background-color: #fff;
	color: #000;
	opacity:1.2;
	border:solid #000000 ;
}
 *//*１個目のメニューの線の設定*/
 .menu ul li:first-child {
 border-left: 1px solid rgba(255,255,255,0.3);
}







/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px) {

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main_le, #sub {
	float: none;
	width: auto;
}

.area {
	width: 100%;
}

#main_le section.list article {
	height: 315px;
}
.third2 {
	width: 514px;
	max-width: 100%;
	float: left;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}


#gallery img {
	padding: 10px;
	padding-left: 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
header #menubar_le {
	width: 780px;
	padding-top: 30px;
	padding-left: 0px;
}

header nav#menubar_le ul {
	height: auto;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*メニュー１個ごとの設定*/
header nav#menubar_le ul li a {
	width: 80%;
	height: auto;
	text-align: center;
	display: block;
}

header nav#menubar_le ul li {
	border-right: none;
	background-color: #00c;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33f), to(#00c));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#33f, #00c);	/*同上*/
	background-image: linear-gradient(#33f, #00c);			/*同上*/
	margin-bottom: 1%;
}
#sub_le {
	/*float: right;	右側に回り込み*/
	width: 800px;	/*サブコンテンツ幅*/
}
#sub_le img{
	width: 80%;
	height: auto;
	margin:0 auto;
}


/*都道府県別エリア検索*/
.lespon {
	font-size: x-small;
	width: 80%;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px) {

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
	overflow:hidden;
}

/*ヘッダーh1タグ（サイト名ロゴ）
---------------------------------------------------------------------------*/
header {
	width: 1000px;
	height: 130px;
}

header h1 {
	font: 24px 'Aldrich', sans-serif;
	text-align: center;
}
header h1 img {
	width:60%;
	height:auto;
	float:left;
}
/*style.cssをリセットor上書き（上部のメインメニュー用）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
header #menubar_le {
	width: 460px;
	padding: 15px 10px;
	clear: both;
}

header nav#menubar_le ul {
	height: auto;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 60%;
	float: left;
}

/*メニュー１個ごとの設定*/
header nav#menubar_le ul li {
	clear: both;
	border-right: 0;
	width: 100%;
	height: auto;
	text-align: center;
	float: none;
}

header nav#menubar_le ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	line-height: 50px;
	text-align: center;
	width: 90%;
}


/*１個目のメニューの線の設定*/
header nav#menubar_le ul li:first-child {
	border-radius: 6px 6px 0 0;
	border-left: 0;
}

header nav#menubar_le ul li:last-child {
	border-radius: 0 0 6px 6px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
header nav#menubar_le ul li {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33f), to(#00c));
	background-image: -webkit-linear-gradient(#33f, #00c);
	background-image: linear-gradient(#33f, #00c);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	text-align: center;
}

header nav#menubar_le ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

header nav#menubar_le ul li a:hover {
	background-color: #fff;
	color: #000;
}

header nav#menubar_le ul li:first-child {
	border-radius: 6px 6px 0 0;
}

header nav#menubar_le ul li:last-child {
	border-radius: 0 0 6px 6px;
}

/*2016概要ページ*/
/*style.cssをリセットor上書き（上部のメインメニュー用）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
.menu {
	width: 460px;
	padding: 10px;
	clear: both;
}

.menu ul {
	height: auto;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 60%;
	float: left;
}

/*メニュー１個ごとの設定*/
.menu ul li {
	clear: both;
	border-right: 0;
	width: 100%;
	height: auto;
	text-align: center;
	float: none;
}

.menu ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	clear: both;
	line-height: 30px;
	text-align: center;
	width: 90%;
}


/*１個目のメニューの線の設定*/
.menu ul li:first-child {
	border-radius: 6px 6px 0 0;
	border-left: 0;
}

.menu ul li:last-child {
	border-radius: 0 0 6px 6px;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
.menu ul li {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33f), to(#00c));
	background-image: -webkit-linear-gradient(#33f, #00c);
	background-image: linear-gradient(#33f, #00c);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	text-align: center;
}

.menue ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

.menu ul li a:hover {
	background-color: #fff;
	color: #000;
}

.menu ul li:first-child {
	border-radius: 6px 6px 0 0;
}

.menu ul li:last-child {
	border-radius: 0 0 6px 6px;
}




/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main_le, #sub_le {
	float: none;
	width: auto;
}

#main_le p {
	padding: 0;
}

#sub_le ul li a {
	padding: 10px;
}

.area {
	width: 100%;
}

.champ {
	line-height: 2em;
}

#main_le section.list article {
	height: auto;
}
#third{
	 float:none;
}
.third2 img {
	width:480px;
	max-width: 100%;
	float: left;
	font-size: 16px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
#gallery img {
	padding: 8px;
	padding-left: 10px;
}


/*フッター
---------------------------------------------------------------------------*/
footer {
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff9f00), color-stop(0.06, #ffd183), color-stop(0.00, #fff));
background: -webkit-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -moz-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -o-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: -ms-linear-gradient(top, #fff 0%, #ffd183 6%, #ff9f00 100%);
background: linear-gradient(to bottom, #fff 0%, #ffd183 6%, #ff9f00 100%);
	-webkit-box-shadow: 0px 2px 5px #bebebe;	影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	color: #FFF;
	padding-top: 0;
	line-height: 1.2;
}

footer a {
	color: #000;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h1.open {
	background: url(file:///C|/Users/10ff10ff/images_new/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#33f), to(#00c));
	background: url(file:///C|/Users/10ff10ff/images_new/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#33f, #00c);
	background: url(file:///C|/Users/10ff10ff/images_new/btn_minus.png) no-repeat right center, linear-gradient(#33f, #00c);
}

section#new h1.close {
	background-color:#000000;
/*	background: url(file:///C|/Users/10ff10ff/images_new/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#33f), to(#00c));
	background: url(file:///C|/Users/10ff10ff/images_new/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#33f, #00c);
	background: url(file:///C|/Users/10ff10ff/images_new/btn_plus.png) no-repeat right center, linear-gradient(#33f, #00c);
*/}

/*ブロック全体の設定*/
#new {
	margin-bottom: 1em;
}

#new dl {
	height: auto;
	padding-left: 0;
}

/*日付設定*/
#new dt {
	float: none;
	width: auto;
}

/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 2px;
}

/*テーブル内の左側の見出し部分*/
.ta1 th {
	width: 100px;
	padding: 2px;
}

.area2 .td80 td {
	max-width : 100px
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の写真設定*/
#main_le section.list article figure img {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 10px;
}

/*ボックス内の段落タグ設定*/
#main_le section.list article p {
	margin-left: 0;
}

#main_le section.list article figure img {
	height: auto;
	width: 100%;
}

/*その他
---------------------------------------------------------------------------*/
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}

#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

.area {
	font-size: 14px;
}

.area span {
	font-size: 12px;
}

#map {
	display: none;
}

/*------------フォーム
---------------------------------------------------------------------------------*/

.center2 {
	display: block;
	margin: 0;
}

.box {
	width: 95%;
	text-align: center;
}

.con {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.con, .con td, .con th {
	border: 1px solid #FFFFFF;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の右側*/
.con td {
	display: block;
	text-align: center;
}

/*テーブル内の左側の見出し部分*/
.con th {
	display: block;
	background-color: #B1CCE1;
	text-align: center;
	width: auto;
}

/*都道府県別エリア検索*/

.lespon {
	width: 0;
	display: none;
}

#lespon_a {
	display: block;
}

}
